ContextMenuTarget
Specifies the target options for a context menu in form controls.
Accepted Values
Name Value None 0 Container 1 Row 2 Column 3
Note
- Container: The context menu targets the entire container.
- Row: The context menu targets a specific row.
- Column: The context menu targets a specific column.
- None: No specific target is set for the context menu.
This enum is serialized using the Newtonsoft.Json
library with the StringEnumConverter
, allowing the enum values to be represented as strings in JSON.